/* cus_ser */

#cus_ser {
    z-index: 9999;
    width: 32px;
    height: 122px;
    position: fixed;
    left: 0px;
    color: #FFF;
    bottom: 0px;
    overflow: hidden;
}

*html #cus_ser {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
    margin: 200px 0 0 0;
}

.cus_ser_ {
    width: 138px;
    height: 112px;
    background: #1eabec;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
}

#cus_ser .title {
    width: 32px;
    height: 112px;
    float: left;
    background: url(../images/y_allbg.png) 150px -4px;
    cursor: pointer;
}

#cus_ser ul {
    padding: 10px 0px 0px 10px;
    width:96px;
    float: left;
}

    #cus_ser ul li#zqq {
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 12px;
        /*padding-left:24px;*/
        background: url(../images/zqq.png) no-repeat 2px 7px;
        text-align: left;
    }

    #cus_ser ul li a {
        color: #fff;
    }

        #cus_ser ul li a:hover {
            text-decoration: underline;
        }

#cus_ser .close {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 4px;
    float: right;
}

#cus_ser ul,
ol {
    list-style: none;
    margin: 0 0 9px 0;
}

#jump {
    position: fixed;
    bottom: 123px;
    right: 50%;
    margin-right: 610px;
    width: 150px;
    z-index: 10;
}

*html #jump {
    position: absolute;
    top: expression(documentElement.scrollTop + "px");
    margin: 300px 0 0 0;
}

    #jump li {
        overflow: hidden;
        margin-top: 5px
    }

#topp,
#sina,
#weixin {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/y_allbg.png) no-repeat;
}

#topp {
    background-position: 0px 0px;
}

#sina {
    background-position: -0px -43px;
}

#weixin {
    background-position: 0 -174px;
}

#topp:hover {
    background-position: -57px 0px;
}

#sina:hover {
    background-position: -57px -43px;
}

#weixin:hover {
    background-position: -35px -174px;
}

#EWM {
    position: absolute;
    left: -150px;
    display: none;
}

    #EWM img {
        width: 150px;
        height: 150px;
    }

.pop {
    z-index: 101;
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -491px;
    border: 4px solid #4569ff;
    border-bottom: none;
    width: 972px;
    height: 137px;
    background: #fff;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.pop_head {
    position: relative;
    height: 30px;
    background: url(../images/headbgg.jpg) repeat-x center;
    font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
    color: ##4C5A5F;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
}

    .pop_head a {
        position: absolute;
        right: 8px;
        line-height: 30px;
        color: #000;
        text-decoration: none;
        color: ##4C5A5F;
    }

        .pop_head a:hover {
            color: #f60;
            text-decoration: none
        }

.pop_body {
    overflow: hidden;
    width: 972px;
    padding-top: 20px;
}
